home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / fortran / linpkdrv.zip / INDEX < prev    next >
Text File  |  1984-05-01  |  6KB  |  102 lines

  1.    The following is a list of all of the files contained on both the
  2. driver and library diskette.  The ".lnk" and ".bat" files are on the 
  3. driver disk with the "main" routines:
  4.  
  5. SCH      LNK      159   The link list of binaries for the single precision
  6.                         Cholesky decomposition routines' test.
  7. SCH      FOR    11895   Main routine/driver for testing the SCH routines.
  8. SCHDC    FOR     7894   real Cholesky decomposition decompose
  9. SCHDD    FOR     6051   real Cholesky decomposition downdate
  10. SCHEX    FOR     7091   real Cholesky decomposition exchange
  11. SCHUD    FOR     4521   real Cholesky decomposition update
  12.  
  13. SEX      LNK       67   The link list of binaries for the SEX test set.
  14. SEX      FOR    10358   Main routine/driver for testing the exchange routines.
  15.  
  16. LINKSG   BAT      108   The batch file to link the single precision general
  17.                         routines' test.
  18. SG       FOR    18134   Main routine/driver for testing the SG routines.
  19. SGBCO    FOR     8482   real general band condition estimate
  20. SGBDI    FOR     1932   real general band determinant, inverse, inertia
  21. SGBFA    FOR     5345   real general band factor
  22. SGBSL    FOR     3848   real general band solver
  23. SGECO    FOR     5829   real general condition estimate
  24. SGEDI    FOR     3630   real general determinant, inverse, inertia
  25. SGEFA    FOR     2890   real general factor
  26. SGESL    FOR     3197   real general solver
  27.  
  28. SGT      LNK      141   The link list of binaries for the single precision
  29.                         general tridiagonal test.
  30. SGT      FOR     8800   Main routine/driver for testing the SGT routines.
  31. SGTSL    FOR     3285   real general tridiagonal solver solver
  32.  
  33. SP       LNK      210   The link list of binaries for the single precision
  34.                         positive definite routines' test set.
  35. SP       FOR    17495   Main routine/driver for testing the SP routines.
  36. SPBCO    FOR     7983   real positive definite banded condition estimate
  37. SPBDI    FOR     1713   real positive definite banded determinant, inverse, 
  38.                                                                    inertia
  39. SPBFA    FOR     2812   real positive definite banded factor
  40. SPBSL    FOR     2167   real positive definite banded solver
  41. SPOCO    FOR     6197   real positive definite condition estimate
  42. SPODI    FOR     3626   real positive definite determinant, inverse, inertia
  43. SPOFA    FOR     2033   real positive definite factor
  44. SPOSL    FOR     1860   real positive definite solver
  45. SPPCO    FOR     6874   real positive definite packed condition estimate
  46. SPPDI    FOR     3518   real positive definite packed determinant, inverse, 
  47.                                                                    inertia
  48. SPPFA    FOR     2448   real positive definite packed factor
  49. SPPSL    FOR     1768   real positive definite packed solver
  50. SPTSL    FOR     2500   real positive definite tridiagonal solver
  51.  
  52. SQR      LNK      105   The link list of binaries for the single precision
  53.                         orthogonal triangular decomposition routines' test set.
  54. SQR      FOR    20344   Main routine/driver for testing the SQR routines.
  55. SQRDC    FOR     7162   real orthogonal triangular decompose
  56. SQRSL    FOR     9187   real orthogonal triangular solver
  57. SQRTS    FOR    14958   real orthogonal triangular 
  58.  
  59. SS       LNK      192   The link list of binaries for the single precision
  60.                         symmetric routines' test set.
  61. SS       FOR    18523   Main routine/driver for testing the SS routines.
  62. SSICO    FOR     7689   real symmetric indefinite condition estimate
  63. SSIDI    FOR     6682   real symmetric indefinite determinant, inverse, 
  64.                                                                inertia
  65. SSIFA    FOR     6573   real symmetric indefinite factor
  66. SSISL    FOR     4198   real symmetric indefinite solver
  67. SSPCO    FOR     8912   real symmetric indefinite packed condition estimate
  68. SSPDI    FOR     7642   real symmetric indefinite packed determinant, inverse, inertia
  69. SSPFA    FOR     8004   real symmetric indefinite packed factor
  70. SSPSL    FOR     4473   real symmetric indefinite packed solver
  71.  
  72. SSV      LNK      104   The link list of binaries for the single precision
  73.                         singular value decomposition routines' test set.
  74. SSV      FOR    12179   Main routine/driver for testing the SSV routines.
  75. SSVDC    FOR    15448   real singular value decomposition
  76.  
  77. ST       LNK      129   The link list of binaries for the single precision
  78.                         triangular routines' test set.
  79. ST       FOR    15595   Main routine/driver for testing the ST routines.
  80. STRCO    FOR     4862   real triangular condition estimate
  81. STRDI    FOR     4460   real triangular determinant, inverse, inertia
  82. STRSL    FOR     3881   real triangular solver
  83.  
  84. SUD      FOR    13102   This is the test driver for matrix update subs.
  85.  
  86. BUILDS   BAT       54   Constructs a test driver using the .LNK file.
  87.  
  88. SMACH    FOR     1391   Computes machine dependent parameters of floating
  89.                         point arithmetic for use in testing only.  It is
  90.                         not required by LINPACK proper.
  91.  
  92. ISAMAX   FOR      825 | This and the following are the support routines
  93. SASUM    FOR      924 | from the "Basic Linear Algebraic Subroutine" 
  94. SAXPY    FOR     1192 | library.  These handle vector movement and arith-
  95. SCOPY    FOR     1163 | metic calculations.
  96. SDOT     FOR     1202
  97. SNRM2    FOR     4461
  98. SROT     FOR      869
  99. SROTG    FOR      644
  100. SSCAL    FOR      916
  101. SSWAP    FOR     1280
  102.